-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move data part of dub.platform to dub.data #2744
Conversation
✅ PR OK, no changes in deprecations or warnings Total deprecations: 14 Total warnings: 0 Build statistics: statistics (-before, +after)
-executable size=5335176 bin/dub
+executable size=5335248 bin/dub
rough build time=66s Full build output
|
We want to separate the data part, which is exposed to the PackageRecipe, from the actual platform check code, which is used when building.
54d1e44
to
e9bf06a
Compare
@Geod24 Can you explain that in more detail? I don't see how |
@s-ludwig : Sure. I want to separate everything that has to do with the
I hope this makes more sense ? |
In that case, I would suggest to look into moving |
Looking into it more, I'm not so convinced anymore that this PR was right. Can I have until year-end to complete what I am working on, and if I cannot make a compelling argument, we revert this ? I don't think it's going to take that long but I want a bit of margin. |
@Geod24 Just a reminder so that this doesn't get forgotten. |
Good point: #2788 |
We want to separate the data part, which is exposed to the PackageRecipe, from the actual platform check code, which is used when building.
Note that it's exposed to
PackageRecipe
indirectly, through itscompiler
import, which I aim to remove.